home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / cchsr10b.zip / README.NOW < prev    next >
Text File  |  1996-10-11  |  8KB  |  170 lines

  1. Color Chaser v1.0b Installation and Usage Help
  2.  
  3. I   About Color Chaser v1.0b
  4. II  Installation
  5. III Usage
  6. IV  Bug Reports and Revision History
  7. V   Licensing
  8.  
  9. ===============================================================================
  10. (I) About Color Chaser v1.0b
  11.  
  12. Color Chaser is a OS/2 program designed to ease the pain of chasing HEX color
  13. combinations when designing HTML pages. Color Chaser uses a standard OS/2 color
  14. wheel that allows you to visualy select colors for the HTML <BODY> tag. HTML
  15. spec 3.2 is supported. This lets you define BGCOLOR, TEXT, ALINK, VLINK, and
  16. LINK attributes.
  17.  
  18. Features Include:
  19.  * GUI Color Picker. No knowledge of HTML HEX Codes required
  20.  * Colors you select are shown in real time before you add them to your HTML
  21.  * Import an existing color set from your current HTML page
  22.  * Copy a color set to the OS/2 Clipboard for pasting into HTML pages
  23.  * Save a color set directly to existing HTML pages.
  24.  * Save a color set to a HTML template that you can fill in with your code
  25.  * AutoColor picker generates color sets for you with one click
  26.  * Free for non-commercial use
  27.  
  28. ===============================================================================
  29. (II) Installation
  30.  
  31. 1) Unzip CHASER10.ZIP into it's own directory. (ie c:\chaser)
  32. 2) Run the DESKTOP.CMD script from the Color Chaser directory to create an
  33.    icon on the desktop.
  34.  
  35. That's it. Color Chaser does not need to modify your config.sys or ini files.
  36. Start Color Chaser by double-clicking the icon on the desktop. (Is this easy or
  37. what!)
  38.  
  39. ===============================================================================
  40. (III) Usage
  41.  
  42. TO CREATE A NEW COLOR SET --
  43.  
  44.  1) Start Color Chaser.
  45.  2) From the menu, choose the element to color. Availabe <BODY> elements are:
  46.  
  47.     * BACKGROUND       (BGCOLOR)  The color of the HTML Page
  48.     * Regular Text     (TEXT)     The color of the text that is not a link
  49.     * Hyper Link       (LINK)     The color of the HREF links
  50.     * Highlighed Link  (ALINK)    The HREF link color while the mouse is down
  51.     * Followed Link    (VLINK)    The HREF link color after it has been used
  52.  
  53.     NOTE: I think the ALINK element is only supported by NetScape currently.
  54.  
  55.  3) Using the color wheel select the a color.
  56.  4) Repeat using the other <BODY> elements until you have a color set you like.
  57.  
  58. COPYING A COLOR SET TO THE CLIPBOARD --
  59.  
  60.  1) Start Color Chaser and define a color set as described above.
  61.  2) Choose SAVE TO CLIPBOARD from the FILE menu.
  62.  
  63. SAVING A COLOR SET TO AN HTML FILE (See NOTE below)
  64.  
  65.  1) Start Color Chaser and define a color set as described above.
  66.  2) Choose SAVE TO HTML from the FILE menu.
  67.  3) Select a drive and directory and give the file a name. If the name you
  68.     choose already exists, the <BODY> tag in that file will be updated with
  69.     the new color set. A backup copy of the existing file will automaticly be
  70.     saved to FILENAME.BAK. Any existing backup file with the same name is
  71.     replaced.
  72.  
  73.     If the file name you choose does not exist an basic HTML Template file will
  74.     be created using the new color set under the name you choose. This template
  75.     file then can be further edited with your HTML code.
  76.  
  77. IMPORTING A COLOR SET FROM AN HTML FILE (See NOTE below)
  78.  
  79.  1) Start Color Chaser.
  80.  2) Choose OPEN from the FILE menu.
  81.  3) Select the HTML file to import the <BODY> tag from.
  82.  4) After changing the colors choose SAVE TO HTML from the FILE menu.
  83.  5) You can save the changed color set back to the same file or create a new
  84.     color template by changing the file name being save to.
  85.  
  86.  NOTE: Color Chaser writes and reads to the HTML 3.2 spec. That means it looks
  87.        for a line that starts with "<BODY " to read in color sets and writes
  88.        new color sets in the form:
  89.  
  90.        <BODY BGCOLOR="#FFFFFF" TEXT="#FFFFFF" LINK="#FFFFF" VLINK="#FFFFF">
  91.  
  92.        The order of the tags is not important but each tag must be defined as
  93.        shown above inorder for Color Chaser to read and write the color sets
  94.        correctly. Only the <BODY> elements BGCOLOR, TEXT, LINK, VLINK, and
  95.        ALINK are written. When reading from a file, Color Chaser will correctly
  96.        skip missing elements. For example you can have only a BGCOLOR and TEXT
  97.        element define and Color Chaser will use built in default colors for the
  98.        other elements. Color Chaser always writes all five elements when
  99.        saving to a file.
  100.  
  101. ===============================================================================
  102. (IV) Bug Reports
  103.  
  104.  NOTE: There are no bugs in this software as I have created it. Trust me. If
  105.        you do find a problem where another piece of software (such as the
  106.        operating system) is causing a problem with my bug free application then
  107.        send me a note! (This is joke fokes! Lighten up! My Ego isn't that big,
  108.        yet.) Bugs can be submited to scottrus@raleigh.ibm.com with the subject
  109.        "DIE BUG DIE". I'll take a look at it and let you know.
  110.  
  111.  Please understand that this little jem works on my web site without flaw. 
  112.  However, I am not responsable for any damage or file corruption that may be
  113.  caused by your use of Color Chaser. (See Section V) If this scares you then 
  114.  follow the steps below.
  115.  
  116. THE SAFEIST APPROCH (Not Recommened)
  117.  1) Change to the directory where you installed Color Chaser.
  118.  2) Delete all the file within.
  119.  
  120. THE SENSABLE APPROCH (Recommended)
  121.  1) Make a temp diretory on your hard drive.
  122.  2) Copy some of your existing HTML files to it.
  123.  3) Play with Color Chaser using the temp files until you're satisfied.
  124.  4) If you're still not satisfied, follow the directions above.
  125.  
  126.  
  127. VERSION HISTORY -
  128.  
  129.  1.0    First Public Release
  130.  
  131.  1.0a   Added missing DLL to the zip file! (Opps! - Thanks Don.)
  132.  
  133.  1.0b   Second try at adding a missing DLL! (Thanks AGAIN Don!)
  134.         Changes to the "About" window
  135.         Reduced cchsr.exe size
  136.  
  137. ===============================================================================
  138. (V) License Agreement
  139.  
  140.    Color Chaser (referred to hereafter as "the program") is provided "as-is"
  141.    without any warranties (or conditions), expressed or implied with respect
  142.    to the program, including the implied warranties (or conditions) of
  143.    merchantability and fitness for a particular purpose.  The entire risk
  144.    arising out of use or performance of the program remains with you.  
  145.  
  146.    In no event, will the copyright holder be liable for any lost profits, 
  147.    lost savings, incidental or indirect damages or other economic consequential 
  148.    damages, even if the copyright holder has been advised of the possibility of
  149.    such damages. In addition, the copyright holder will not be liable for any 
  150.    damages claimed on you based on any third party claim.
  151.  
  152.    You may not rent or lease the program. You may not reverse engineer, 
  153.    decompile, disassemble, or create derivative works from the program. 
  154.  
  155.    The program may be included on shareware CDs if the ZIP file is left 
  156.    intact or if all files from the ZIP file are provided in a single directory.
  157.    Two copies of the CD must be sent to Scott Russell at the address listed
  158.    below. The program must not be sold for more than $5 (US) including shipping. 
  159.    If you purchased the program from a dealer paying more please notify the
  160.    dealer of this regulation.
  161.  
  162.    Use of the program (Color Chaser) and its supporting files constitutes 
  163.    agreement to these terms.
  164.  
  165.    Color Chaser, Copyright 1996 Scott Russell
  166.  
  167.    Scott Russell
  168.    7301-Q Lynn Cove Lane
  169.    Raleigh, NC 27613
  170.